home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 22 / Cream of the Crop 22.iso / games / zmud32.zip / ZMUD.EXE / 0 / RCDATA / TMESSFORM / TMESSFORM.txt
Text File  |  1996-08-04  |  2KB  |  81 lines

  1. object MessForm: TMessForm
  2.   Left = 221
  3.   Top = 164
  4.   BorderIcons = []
  5.   BorderStyle = bsNone
  6.   Caption = 'MessForm'
  7.   ClientHeight = 28
  8.   ClientWidth = 427
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   FormStyle = fsStayOnTop
  14.   ShowHint = True
  15.   OnClose = FormClose
  16.   OnShow = FormShow
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Bevel1: TBevel
  20.     Left = 0
  21.     Top = 0
  22.     Width = 427
  23.     Height = 4
  24.     Align = alTop
  25.     Style = bsRaised
  26.   end
  27.   object Panel1: TPanel
  28.     Left = 0
  29.     Top = 4
  30.     Width = 427
  31.     Height = 24
  32.     Align = alClient
  33.     BevelInner = bvLowered
  34.     BorderWidth = 2
  35.     Color = clRed
  36.     TabOrder = 0
  37.     object MessVal: TLabel
  38.       Left = 4
  39.       Top = 4
  40.       Width = 403
  41.       Height = 16
  42.       Align = alClient
  43.       Alignment = taCenter
  44.       AutoSize = False
  45.       Color = clBtnFace
  46.       Font.Color = clWindowText
  47.       Font.Height = -11
  48.       Font.Name = 'MS Sans Serif'
  49.       Font.Style = [fsBold]
  50.       ParentColor = False
  51.       ParentFont = False
  52.     end
  53.     object Panel2: TPanel
  54.       Left = 407
  55.       Top = 4
  56.       Width = 16
  57.       Height = 16
  58.       Align = alRight
  59.       BevelOuter = bvNone
  60.       TabOrder = 0
  61.       object SpeedButton1: TSpeedButton
  62.         Left = 0
  63.         Top = 0
  64.         Width = 16
  65.         Height = 16
  66.         Hint = 'Close|'
  67.         Glyph.Data = {
  68.           D6000000424DD60000000000000076000000280000000C0000000C0000000100
  69.           0400000000006000000000000000000000000000000000000000000000000000
  70.           80000080000000808000800000008000800080800000C0C0C000808080000000
  71.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00555590555555
  72.           0000555999055555000055599905555500005599999055550000599999905555
  73.           0000899059990555000090555599055500005555559990550000555555599055
  74.           0000555555559905000055555555589000005555555555890000}
  75.         Margin = 0
  76.         OnClick = SpeedButton1Click
  77.       end
  78.     end
  79.   end
  80. end
  81.